projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05d53ef
)
(x-toolkit-scroll-bars): Check for
author
Gerd Moellmann
<gerd@gnu.org>
Wed, 27 Dec 2000 14:34:32 +0000
(14:34 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Wed, 27 Dec 2000 14:34:32 +0000
(14:34 +0000)
x-toolkit-scroll-bars instead of x-toolkit-scroll-bars-p.
lisp/scroll-bar.el
patch
|
blob
|
history
diff --git
a/lisp/scroll-bar.el
b/lisp/scroll-bar.el
index b7f2de82a6ef303f303fce218e5143e0a07b1652..5c2a47877a8b8c951568ccf9fefd5ce990119019 100644
(file)
--- a/
lisp/scroll-bar.el
+++ b/
lisp/scroll-bar.el
@@
-330,7
+330,7
@@
EVENT should be a scroll bar click."
;;;; Bindings.
;;; For now, we'll set things up to work like xterm.
-(cond (x-toolkit-scroll-bars
-p
+(cond (x-toolkit-scroll-bars
(global-set-key [vertical-scroll-bar mouse-1]
'scroll-bar-toolkit-scroll))
(t